c sharp

102

c sharp -

using System;

class Program
{
	static void Main(string[] args)
  	{
    	Console.WriteLine("Hello World!");
  	}
}

Comments

Submit
0 Comments